home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / dt / explosiv.zip / QUESTION.DOC < prev    next >
Text File  |  1992-01-31  |  4KB  |  88 lines

  1. The following is a list of commonly asked questions about the
  2. explosiv screen saver :
  3.  
  4.  
  5.  
  6. Q. How much memory does explosiv use as a screen saver?
  7.  
  8. A. Both versions of explosiv make every effort to use as little
  9.    memory and as few resources as possible.  In the case of explosiv
  10.    for DOS the memory usage depends a great deal on how many features
  11.    you wish to have.  As a simple screen blanker explosiv uses 
  12.    about 1K while if you load fireworks with font saving explosiv
  13.    uses about 16K.  Explosiv can be configured such that 
  14.    only the display you've requested is loaded for the monitor you 
  15.    have ( thus minimizing its usage of memory ).
  16.  
  17.  
  18.  
  19. Q. When explosiv for DOS starts the program underneath is completely
  20.    stopped.  Can this be fixed?
  21.  
  22. A. No. DOS is a single tasking operating system.  This means that only
  23.    one program can be run at a time.  So explosiv can run the animation
  24.    routines only if it stops the currently executing program.  The
  25.    "blank" display works differently since all it does is turn the screen
  26.    off.  It can then let the underlying program continue while it is
  27.    waiting for a key press.
  28.  
  29.  
  30.  
  31. Q. Explosiv occasionally blanks the screen even if I'm in text mode.
  32.    Why doesn't it run the animated display instead?
  33.  
  34. A. When explosiv has been inactive the specified time interval it runs
  35.    a series of tests to determine whether or not it will be able to 
  36.    correctly save and restore the state.  It will blank the screen if
  37.    it decides that it won't be able to restore the state perfectly.
  38.    This ensures that the screen saver will, hopefully, never disturb
  39.    any aspect of the original display.
  40.  
  41.    Of course, explosiv cannot restore every state.  There are certain 
  42.    hardware limitations that just cannot be overcome.  For instance,
  43.    you will find that on your EGA the border color may not be restored
  44.    correctly.  There is no way for explosiv to read the border color
  45.    and it must assume that it is black.
  46.  
  47.    If you wish to disable blanking, turn the animated display off
  48.    or simply disable the screen saver you may use the "+on", "-on"
  49.    and "off" switches, respectively.  These switches are provided
  50.    so that in rare case that explosiv does not select the proper
  51.    screen saving mode you may manually override it.  Hopefully,
  52.    you will never find a program in which this is necessary.
  53.  
  54.  
  55.  
  56. Q. How do I get explosiv to work properly with my Hercules graphics
  57.    card?
  58.  
  59. A. The hercules graphics card has some very different characteristics
  60.    from other cards.  In particular, there is no reliable way to
  61.    detect whether you are in text mode or graphics mode.  So
  62.    explosiv, once active, does not know whether it should restore
  63.    the screen to text mode or to graphics mode.  To further
  64.    complicate things there are two possible graphics modes ( more
  65.    specifically, graphics pages ) that the card can be in.
  66.  
  67.    However, explosiv provides switches that allow you to manually
  68.    tell explosiv into which mode it should restore the screen.
  69.    To restore the screen to text mode ( which is the default )
  70.    use the "on" switch.  To restore the screen to graphics mode
  71.    use either "+on" or "-on".  To disable the screen saver use
  72.    the "off" switch.
  73.  
  74.    For example, if you have a program that runs in graphics mode
  75.    you need to write a small batch file with the lines
  76.  
  77.         @echo off
  78.         explosiv +on
  79.         graphics program
  80.                 explosiv on
  81.  
  82.    Run the batch file and see if explosiv properly restores the
  83.    screen.  If it does not work replace the "+on" with "-on" and
  84.    try again.  If this does not work then explosiv must be
  85.    disabled while you are running this program.  You may do this
  86.    by replacing "-on" with "off".
  87.  
  88.